home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part2 / 10230 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  4.4 KB

  1. Path: news.ultranet.com!usenet
  2. From: "Albert P. Belle Isle" <belleisl@cerberus-sys.com>
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Slow ftp
  5. Date: Fri, 05 Apr 1996 10:36:52 -0500
  6. Organization: Cerberus Systems, Inc.
  7. Message-ID: <31653E14.6D99@cerberus-sys.com>
  8. References: <0002088D012A77EC@dol.net>
  9. NNTP-Posting-Host: apb-p5-90.cerberus-sys.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.01 (Win16; I)
  14.  
  15. Erin Bennett wrote:
  16. > Message-ID: <31635F25.4E2@DOL.net>
  17. > Date: Thu, 04 Apr 1996 00:33:25 -0500
  18. > From: Erin Bennett <Erin.Bennett@DOL.net>
  19. > X-Mailer: Mozilla 2.0 (Win95; I)
  20. > MIME-Version: 1.0
  21. > Newsgroups: comp.dcom.modems
  22. > Subject: Slow ftp
  23. > Content-Type: text/plain; charset=us-ascii
  24. > Content-Transfer-Encoding: 7bit
  25. > Lines: 22
  26. > I just bought a ext, usr v34+, and so far I am happy with it's connect
  27. > speed, 26.4 and once a 28.8.  But my downloading has slowed way down
  28. > from my old modem.  My old modem, an AT&T vcos, sound card/modem on same
  29. > board, was a 19.2 data, and 14.4 fax.  When I started an FTP w/ it it
  30. > always stared out fast, like 1.6k at 14.4 and slowed down to around
  31. > 1.1k.
  32. > With my new USR my FTP's start SLOW, likw 0.0!  They then work up slowly
  33. > to around 1.4 or so after awhile.  I would expect better than this at
  34. > 26.4k.
  35. > I'm not very modem or computer lierate as I've only been doing this for
  36. > 3 or so months, So if possible please answer my question in A way a
  37. > newbie like me can understand!(:
  38. > If anyone want to play the good guy and help me out my Email address is
  39. > erin.bennett@dol.net
  40. > Thanks all
  41.  
  42. Erin:
  43.  
  44. With an uncompressible (already compressed) file, you should be able to
  45. get 3.2KBytes/sec for a 28.8Kbps connection, 2.7KBytes/sec for a 24Kbps
  46. connection, etc. Downloading compressible files should give correspondingly 
  47. greater effective transfer rates with V.42bis data compression.
  48.  
  49. If you observe such transfer rates at some points in a download, but the
  50. overall average is less, that average had to have been reduced by pauses
  51. between TCP/IP packet transfers.
  52.  
  53. If the problem was IP routing congestion on the then-available paths
  54. between you and the server, RTOmax time-outs by the server (waiting for
  55. your ACKs) would cause him to re-transmit, resulting in "unacceptable
  56. segments" and TCP re-synchronization pauses. (Out-of-order segments that
  57. took different routing paths through the Internet could cause similar
  58. pauses.)
  59.  
  60. There's not much you can do about a busy Internet, but it sounds like you
  61. have other problems. Your recent upgrade to a faster (less tolerant of system or 
  62. telephone line inadequacies) modem has probably just amplified the effect.
  63.  
  64. If your machine failed to ACK because of damaged packets, you might be 
  65. experiencing PPP frame check errors, which would also result in pauses for 
  66. re-transmission.
  67.  
  68. These could be due to com overrun errors caused by your machine's not
  69. servicing com port interrupts fast enough to keep up with the rate you
  70. promised the modem in your com port setting.
  71.  
  72. They could also be due to inadvertently disabling your V.42 error
  73. correction, which you might not notice on a very clean phone line. (On a
  74. line with any amount of noise, you'd find that the error rate would swamp
  75. TCP/IP and that PPP would probably hang-up your connection.)
  76.  
  77. Similarly, if you and the server agreed on a TCP MSS that was not less
  78. than the smallest IP MTU of all the routers between you (minus 40 bytes
  79. for headers), you'd be getting slowdown from IP packet fragmentation.
  80.  
  81. If your TCP RWIN was set to more than the size of the number of TCP data
  82. segments that would fit in the number of IP packet buffers your Internet
  83. service provider allocates per dial-in port, the resulting dropped
  84. segments would also cause re-transmission pauses.
  85.  
  86. I've put together a tutorial on tuning your WinSock for maximum speed 
  87. (and eliminating some system configuration problems that prevent you from
  88. doing so) at the URL listed in my signature block (with real words substituting 
  89. for the acronyms <g>).
  90.  
  91. It also contains links to other sources of information you might find 
  92. helpful, like John Navas' modem FAQ, Lynn Larrow's TIA/SLiRP FAQ and 
  93. Rich Graves' Win95 NetBugs FAQ, among others.
  94.  
  95. Regards,
  96.  
  97. Al
  98.  
  99. -- 
  100. ==================================================================
  101. Albert P. Belle Isle
  102. Cerberus Systems, Inc.
  103.  
  104. Al's Winsock Tuning FAQ -
  105.        http://www.cerberus-sys.com/~belleisl/mtu_mss_rwin.html
  106. ==================================================================
  107.